
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}




/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding: 0; padding-bottom:13px; line-height: 1em; margin:0px auto; text-align:center; margin-top:2em;}
.responsive-tabs__list__item { padding: 10px 20px;  margin-right: 1em;border: 1px solid #bfbfbf; }
.responsive-tabs__list__item:hover {background: #ab0b0b; border:1px solid #ab0b0b; color:#fff;}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #ab0b0b; color:#fff; border:1px solid #ab0b0b;  border-bottom-color: #fff;}

.responsive-tabs__panel { margin-bottom: 50px;}
.news_l{ width:43.33333333%; position:relative; margin-top:46px;}
.news_l_bot{ width:100%; height:159px; background:#eeeeee;position:relative;}
.news_bot{ width:100%; height:auto; position:absolute; bottom:30px;}
.news_bot_bg{ width:92%; background:#fff; -moz-box-shadow: 2px 2px 10px #909090;

   -webkit-box-shadow: 2px 2px 10px #909090;

   box-shadow:2px 2px 10px #909090; margin:0px auto; height:auto; overflow:hidden; }
.news_tit1{ color:#494949; font-size:16px; border-bottom:1px solid #ccc; line-height:40px;}   
   .news_bot_tt{ width:95%; margin:0px auto;}
   .news_tex{ margin-top:17px;}
   .news_time{ margin-top:16px; padding-bottom:20px;}
   
.news_r{ width:55%;position:relative; margin-top:46px; }   
.news_r ul li{ background:#f0f0f0; width:100%; height:auto; overflow:hidden; margin-bottom:14px;}
  .news_r ul li .news_r_bg{width:90%; 
 margin:0px auto; height:auto; overflow:hidden; padding-top:31px; padding-bottom:21px;} 
.news_r ul li .news_r_bg .news_r_date{ width:15%; background:#212121; color:#fff; text-align:center; padding-top:10px; padding-bottom:10px;}   
.news_r ul li .news_r_bg .news_r_date .date1{ font-size:32px;}
.news_r ul li .news_r_bg .news_r_date .date2{font-size:16px;}
.news_r ul li .news_r_bg .news_r_tex{background:#fff; -moz-box-shadow: 2px 2px 10px #909090;

   -webkit-box-shadow: 2px 2px 10px #909090;

   box-shadow:2px 2px 10px #909090; width:85%;}
   .tex_bg{width:95%; margin:0px auto}
 
@media screen and (max-width: 768px){  
.responsive-tabs__list__item{ width:50%; margin-right:0.2em; padding:0px; border:none;}
}
/* END - Optional - Basic Skin */
